Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit cd722b1d1da40d9edab4aecd566a9e19d12f313c


Parents : 47a4e5d
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-29T16:53:25-05:00

fix(patching): ensure LXST patch script runs during installation in PKGBUILD and CI scripts

Changes

2 files changed, 2 insertions(+), 0 deletions(-)


Diff

diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index badab504..0da88828 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -30,6 +30,7 @@ prepare() {
pnpm install
poetry install
+ poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
}
build() {

diff --git a/scripts/ci/github-install-deps.sh b/scripts/ci/github-install-deps.sh
index aaeff749..ae225d59 100755
--- a/scripts/ci/github-install-deps.sh
+++ b/scripts/ci/github-install-deps.sh
@@ -39,6 +39,7 @@ fi
python -m poetry check --lock
python -m poetry install --no-interaction --no-ansi
+python -m poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
pnpm config set verify-store-integrity true
pnpm install --frozen-lockfile


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────